Oracle 判断 并 手动收集 统计信息 脚本
select owner,table_name,last_analyzed,num_rows from dba_tables where owner='SYSTEM' and ta ...
select owner,table_name,last_analyzed,num_rows from dba_tables where owner='SYSTEM' and ta ...